home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / v7n13.arc / QFRESH.SCR < prev    next >
Text File  |  1988-06-06  |  597b  |  16 lines

  1. N QFRESH.COM       ;Name = QFRESH.COM 
  2. A                  ;Start Assembler 
  3.  
  4. MOV AL,74          ;Select Timer #1 for a 16 Bit 
  5. OUT 43,AL          ; Number and to count down in binary 
  6. MOV AL,LL          ;Insert the low byte value 
  7. OUT 41,AL 
  8. MOV AL,HH          ;Insert the high byte value 
  9. OUT 41,AL 
  10. INT 20             ;Exit to DOS 
  11. [Press Return]     ;Stop Assembler's Auto line numbering 
  12. R CX               ;Call CX register 
  13. E                  ;Tell how many bytes to write to disk 
  14. W                  ;Write the file 
  15. Q                  ;Quit DEBUG and exit to a DOS Prompt 
  16.